xmlutil
Toggle table of contents
0.91.3
Native
Common
JS
JVM
Target filter
Native
Common
JS
JVM
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil.dom
/
[JS]NodeList
Node
List
JS
actual
external
interface
NodeList
Members
Members & Extensions
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
Functions
get
Link copied to clipboard
operator
fun
NodeList
.
get
(
index
:
Int
)
:
Node
?
get
Length
Link copied to clipboard
Native
Common
JS
JVM
actual
inline
fun
NodeList
.
getLength
(
)
:
Int
expect
inline
fun
NodeList
.
getLength
(
)
:
Int
actual
inline
fun
NodeList
.
getLength
(
)
:
Int
actual
inline
fun
NodeList
.
getLength
(
)
:
Int
item
Link copied to clipboard
JS
actual
abstract
fun
item
(
index
:
Int
)
:
Node
?
iterator
Link copied to clipboard
operator
fun
NodeList
.
iterator
(
)
:
Iterator
<
Node
>